home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 2.0 - Programmer's Utilities Power Pack
/
Delphi 2.0 Programmer's Utilities Power Pack.iso
/
s_to_z
/
tpop3
/
pop3mail.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-15
|
256 b
|
15 lines
program Pop3mail;
uses
Forms,
Pop3main in 'POP3MAIN.PAS' {POP3Form},
Pop3su in 'POP3SU.PAS' {SetupDlg},
Msgdcd in 'MSGDCD.PAS' {MsgProcessor};
{$R *.RES}
begin
Application.CreateForm(TPOP3Form, POP3Form);
Application.Run;
end.